home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11713 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  985 b 

  1. Path: dann.gime.dirlink.com!dann
  2. From: dann@dirlink.com (Dann Daggett)
  3. Newsgroups: comp.lang.c,comp.unix.questions,comp.unix.programmer
  4. Subject: Re: beginner needs your help ASAP
  5. Date: Tue, 26 Mar 1996 00:51:05
  6. Organization: The DirectLink, Inc.
  7. Distribution: world
  8. Message-ID: <dann.98.0000DA05@dirlink.com>
  9. References: <4in3s5$a7a@risky.ecs.umass.edu>
  10. NNTP-Posting-Host: ppp97.dirlink.com
  11.  
  12. In article <4in3s5$a7a@risky.ecs.umass.edu> sebag@ecs.umass.edu writes:
  13. >From: sebag@ecs.umass.edu
  14.  
  15. >I am a new C programmer who would like to do some basic graphics.
  16. >I am using a UNIX machine and I am logging on through telnet.
  17. >I would like to clear the screen, and write characters at different
  18. >places on the screen. If I used printf, it would print on the next
  19. >line. I am trying to choose where on the screen the characters go.
  20.  
  21. Read the "curses" man pages.  It has everything you'll need (within
  22. textual limitations anyway).
  23.  
  24. >Is this easy to do? 
  25.  
  26. Yup.
  27.  
  28. Dann Daggett
  29. dann@dirlink.com
  30.